projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e902786
)
[docs] GdkPixmap fix: gdk_pixmap_draw() does not exist.
author
Stanislas Marquis
<stnsls@gmail.com>
Thu, 10 Jun 2010 00:17:23 +0000
(
02:17
+0200)
committer
Javier Jardón
<jjardon@gnome.org>
Thu, 10 Jun 2010 00:21:13 +0000
(
02:21
+0200)
Using gdk_draw_drawable() instead.
docs/reference/gdk/tmpl/pixmaps.sgml
patch
|
blob
|
history
diff --git
a/docs/reference/gdk/tmpl/pixmaps.sgml
b/docs/reference/gdk/tmpl/pixmaps.sgml
index 333a2b348c575643e94d1bc6792ac247d800c62f..8e37034bee5d60b15ad78a5813d04e573bb7c523 100644
(file)
--- a/
docs/reference/gdk/tmpl/pixmaps.sgml
+++ b/
docs/reference/gdk/tmpl/pixmaps.sgml
@@
-8,7
+8,7
@@
Offscreen drawables
<para>
Pixmaps are offscreen drawables. They can be drawn upon with the
standard drawing primitives, then copied to another drawable (such as
-a #GdkWindow) with gdk_
pixmap_draw
(). The depth of a pixmap
+a #GdkWindow) with gdk_
draw_drawable
(). The depth of a pixmap
is the number of bits per pixels. Bitmaps are simply pixmaps
with a depth of 1. (That is, they are monochrome bitmaps - each
pixel can be either on or off).